home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / BED / Rexx / SASC / Compile.bed < prev    next >
Encoding:
Text File  |  1996-09-27  |  221 b   |  15 lines

  1. /*
  2. ** $VER: Compile.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C Compiler
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath PATH
  10. path = RESULT
  11.  
  12. GetFilePath FILE
  13.  
  14. ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'
  15.